home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
bloop.swf
/
scripts
/
DefineButton2_227
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-27
|
119b
|
7 lines
on(release){
if(_root.pmenu.options._visible == false)
{
_root.pmenu.options._visible = true;
}
}